Modifier and Type | Field and Description |
---|---|
private HashMap<String,CSSStyle> |
Configuration._styles
CSS styles used with converted file.
|
Modifier and Type | Method and Description |
---|---|
CSSStyle |
Configuration.findStyle(String elementName)
Finds style for element.
|
CSSStyle |
Configuration.findStyleClass(String className,
String elementName)
Finds style for element with specified
class attribute |
CSSStyle |
Configuration.findStyleId(String elementId,
String elementName)
Finds style for element with specified
id attribute |
private CSSStyle[] |
Convertor.findStyles(ElementStart e)
Finds styles for the specified element.
|
CSSStyle |
Configuration.getStyle(String styleName)
Returns style defined in the user stylesheet.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addStyle(String name,
CSSStyle style)
Adds user style to the configuration.
|